TSTP Solution File: SET621^5 by Satallax---3.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Satallax---3.5
% Problem  : SET621^5 : TPTP v8.1.0. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satallax -E eprover-ho -P picomus -M modes -p tstp -t %d %s

% Computer : n003.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Tue Jul 19 04:54:32 EDT 2022

% Result   : Theorem 0.12s 0.36s
% Output   : Proof 0.12s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
thf(ty_a,type,
    a: $tType ).

thf(ty_eigen__2,type,
    eigen__2: a > $o ).

thf(ty_eigen__1,type,
    eigen__1: a > $o ).

thf(ty_eigen__0,type,
    eigen__0: a > $o ).

thf(ty_eigen__3,type,
    eigen__3: a ).

thf(sP1,plain,
    ( sP1
  <=> ( eigen__0 @ eigen__3 ) ),
    introduced(definition,[new_symbols(definition,[sP1])]) ).

thf(sP2,plain,
    ( sP2
  <=> ( eigen__2 @ eigen__3 ) ),
    introduced(definition,[new_symbols(definition,[sP2])]) ).

thf(sP3,plain,
    ( sP3
  <=> ( eigen__1 @ eigen__3 ) ),
    introduced(definition,[new_symbols(definition,[sP3])]) ).

thf(cBOOL_PROP_97_pme,conjecture,
    ! [X1: a > $o,X2: a > $o,X3: a > $o] :
      ( ( ^ [X4: a] :
            ~ ( ( ( ( X1 @ X4 )
                 => ( X2 @ X4 ) )
               => ~ ( ( X2 @ X4 )
                   => ( X1 @ X4 ) ) )
             => ( X3 @ X4 ) ) )
      = ( ^ [X4: a] :
            ( ( ( X1 @ X4 )
             => ( ~ ( X2 @ X4 )
               => ( X3 @ X4 ) ) )
           => ~ ( ( X2 @ X4 )
               => ( ~ ( X1 @ X4 )
                 => ( X3 @ X4 ) ) ) ) ) ) ).

thf(h0,negated_conjecture,
    ~ ! [X1: a > $o,X2: a > $o,X3: a > $o] :
        ( ( ^ [X4: a] :
              ~ ( ( ( ( X1 @ X4 )
                   => ( X2 @ X4 ) )
                 => ~ ( ( X2 @ X4 )
                     => ( X1 @ X4 ) ) )
               => ( X3 @ X4 ) ) )
        = ( ^ [X4: a] :
              ( ( ( X1 @ X4 )
               => ( ~ ( X2 @ X4 )
                 => ( X3 @ X4 ) ) )
             => ~ ( ( X2 @ X4 )
                 => ( ~ ( X1 @ X4 )
                   => ( X3 @ X4 ) ) ) ) ) ),
    inference(assume_negation,[status(cth)],[cBOOL_PROP_97_pme]) ).

thf(h1,assumption,
    ~ ! [X1: a > $o,X2: a > $o] :
        ( ( ^ [X3: a] :
              ~ ( ( ( ( eigen__0 @ X3 )
                   => ( X1 @ X3 ) )
                 => ~ ( ( X1 @ X3 )
                     => ( eigen__0 @ X3 ) ) )
               => ( X2 @ X3 ) ) )
        = ( ^ [X3: a] :
              ( ( ( eigen__0 @ X3 )
               => ( ~ ( X1 @ X3 )
                 => ( X2 @ X3 ) ) )
             => ~ ( ( X1 @ X3 )
                 => ( ~ ( eigen__0 @ X3 )
                   => ( X2 @ X3 ) ) ) ) ) ),
    introduced(assumption,[]) ).

thf(h2,assumption,
    ~ ! [X1: a > $o] :
        ( ( ^ [X2: a] :
              ~ ( ( ( ( eigen__0 @ X2 )
                   => ( eigen__1 @ X2 ) )
                 => ~ ( ( eigen__1 @ X2 )
                     => ( eigen__0 @ X2 ) ) )
               => ( X1 @ X2 ) ) )
        = ( ^ [X2: a] :
              ( ( ( eigen__0 @ X2 )
               => ( ~ ( eigen__1 @ X2 )
                 => ( X1 @ X2 ) ) )
             => ~ ( ( eigen__1 @ X2 )
                 => ( ~ ( eigen__0 @ X2 )
                   => ( X1 @ X2 ) ) ) ) ) ),
    introduced(assumption,[]) ).

thf(h3,assumption,
    ( ^ [X1: a] :
        ~ ( ( ( ( eigen__0 @ X1 )
             => ( eigen__1 @ X1 ) )
           => ~ ( ( eigen__1 @ X1 )
               => ( eigen__0 @ X1 ) ) )
         => ( eigen__2 @ X1 ) ) )
 != ( ^ [X1: a] :
        ( ( ( eigen__0 @ X1 )
         => ( ~ ( eigen__1 @ X1 )
           => ( eigen__2 @ X1 ) ) )
       => ~ ( ( eigen__1 @ X1 )
           => ( ~ ( eigen__0 @ X1 )
             => ( eigen__2 @ X1 ) ) ) ) ),
    introduced(assumption,[]) ).

thf(h4,assumption,
    ~ ! [X1: a] :
        ( ( ~ ( ( ( ( eigen__0 @ X1 )
                 => ( eigen__1 @ X1 ) )
               => ~ ( ( eigen__1 @ X1 )
                   => ( eigen__0 @ X1 ) ) )
             => ( eigen__2 @ X1 ) ) )
        = ( ( ( eigen__0 @ X1 )
           => ( ~ ( eigen__1 @ X1 )
             => ( eigen__2 @ X1 ) ) )
         => ~ ( ( eigen__1 @ X1 )
             => ( ~ ( eigen__0 @ X1 )
               => ( eigen__2 @ X1 ) ) ) ) ),
    introduced(assumption,[]) ).

thf(h5,assumption,
    ( ~ ( ( ( sP1
           => sP3 )
         => ~ ( sP3
             => sP1 ) )
       => sP2 ) )
 != ( ( sP1
     => ( ~ sP3
       => sP2 ) )
   => ~ ( sP3
       => ( ~ sP1
         => sP2 ) ) ),
    introduced(assumption,[]) ).

thf(h6,assumption,
    ~ ( ( ( sP1
         => sP3 )
       => ~ ( sP3
           => sP1 ) )
     => sP2 ),
    introduced(assumption,[]) ).

thf(h7,assumption,
    ( ( sP1
     => ( ~ sP3
       => sP2 ) )
   => ~ ( sP3
       => ( ~ sP1
         => sP2 ) ) ),
    introduced(assumption,[]) ).

thf(h8,assumption,
    ( ( ( sP1
       => sP3 )
     => ~ ( sP3
         => sP1 ) )
   => sP2 ),
    introduced(assumption,[]) ).

thf(h9,assumption,
    ~ ( ( sP1
       => ( ~ sP3
         => sP2 ) )
     => ~ ( sP3
         => ( ~ sP1
           => sP2 ) ) ),
    introduced(assumption,[]) ).

thf(h10,assumption,
    ( ( sP1
     => sP3 )
   => ~ ( sP3
       => sP1 ) ),
    introduced(assumption,[]) ).

thf(h11,assumption,
    ~ sP2,
    introduced(assumption,[]) ).

thf(h12,assumption,
    ~ ( sP1
     => sP3 ),
    introduced(assumption,[]) ).

thf(h13,assumption,
    ~ ( sP3
     => sP1 ),
    introduced(assumption,[]) ).

thf(h14,assumption,
    sP1,
    introduced(assumption,[]) ).

thf(h15,assumption,
    ~ sP3,
    introduced(assumption,[]) ).

thf(h16,assumption,
    ( sP1
   => ( ~ sP3
     => sP2 ) ),
    introduced(assumption,[]) ).

thf(h17,assumption,
    ( sP3
   => ( ~ sP1
     => sP2 ) ),
    introduced(assumption,[]) ).

thf(h18,assumption,
    ~ sP1,
    introduced(assumption,[]) ).

thf(h19,assumption,
    ( ~ sP3
   => sP2 ),
    introduced(assumption,[]) ).

thf(h20,assumption,
    ( ~ sP1
   => sP2 ),
    introduced(assumption,[]) ).

thf(1,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h15,h18,h16,h17,h14,h15,h12,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h14,h18]) ).

thf(h21,assumption,
    sP2,
    introduced(assumption,[]) ).

thf(2,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h14,h20,h18,h16,h17,h14,h15,h12,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h14,h18]) ).

thf(3,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h21,h20,h18,h16,h17,h14,h15,h12,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h21,h11]) ).

thf(4,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h18,h16,h17,h14,h15,h12,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h14]),tab_imp(discharge,[h21])],[h20,2,3,h14,h21]) ).

thf(5,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h18,h16,h17,h14,h15,h12,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h15]),tab_imp(discharge,[h20])],[h17,1,4,h15,h20]) ).

thf(h22,assumption,
    sP3,
    introduced(assumption,[]) ).

thf(6,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h15,h22,h19,h16,h17,h14,h15,h12,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h22,h15]) ).

thf(7,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h14,h20,h22,h19,h16,h17,h14,h15,h12,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h22,h15]) ).

thf(8,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h21,h20,h22,h19,h16,h17,h14,h15,h12,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h21,h11]) ).

thf(9,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h22,h19,h16,h17,h14,h15,h12,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h14]),tab_imp(discharge,[h21])],[h20,7,8,h14,h21]) ).

thf(10,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h22,h19,h16,h17,h14,h15,h12,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h15]),tab_imp(discharge,[h20])],[h17,6,9,h15,h20]) ).

thf(11,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h15,h21,h19,h16,h17,h14,h15,h12,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h21,h11]) ).

thf(12,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h14,h20,h21,h19,h16,h17,h14,h15,h12,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h21,h11]) ).

thf(13,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h21,h20,h21,h19,h16,h17,h14,h15,h12,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h21,h11]) ).

thf(14,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h21,h19,h16,h17,h14,h15,h12,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h14]),tab_imp(discharge,[h21])],[h20,12,13,h14,h21]) ).

thf(15,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h21,h19,h16,h17,h14,h15,h12,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h15]),tab_imp(discharge,[h20])],[h17,11,14,h15,h20]) ).

thf(16,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h19,h16,h17,h14,h15,h12,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h22]),tab_imp(discharge,[h21])],[h19,10,15,h22,h21]) ).

thf(17,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h16,h17,h14,h15,h12,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h18]),tab_imp(discharge,[h19])],[h16,5,16,h18,h19]) ).

thf(18,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h14,h15,h12,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h17])],[h7,17,h16,h17]) ).

thf(19,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h12,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h14,h15])],[h12,18,h14,h15]) ).

thf(20,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h15,h18,h16,h17,h22,h18,h13,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h22,h15]) ).

thf(21,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h14,h20,h18,h16,h17,h22,h18,h13,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h14,h18]) ).

thf(22,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h21,h20,h18,h16,h17,h22,h18,h13,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h21,h11]) ).

thf(23,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h18,h16,h17,h22,h18,h13,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h14]),tab_imp(discharge,[h21])],[h20,21,22,h14,h21]) ).

thf(24,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h18,h16,h17,h22,h18,h13,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h15]),tab_imp(discharge,[h20])],[h17,20,23,h15,h20]) ).

thf(25,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h15,h22,h19,h16,h17,h22,h18,h13,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h22,h15]) ).

thf(26,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h14,h20,h22,h19,h16,h17,h22,h18,h13,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h14,h18]) ).

thf(27,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h21,h20,h22,h19,h16,h17,h22,h18,h13,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h21,h11]) ).

thf(28,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h22,h19,h16,h17,h22,h18,h13,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h14]),tab_imp(discharge,[h21])],[h20,26,27,h14,h21]) ).

thf(29,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h22,h19,h16,h17,h22,h18,h13,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h15]),tab_imp(discharge,[h20])],[h17,25,28,h15,h20]) ).

thf(30,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h15,h21,h19,h16,h17,h22,h18,h13,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h21,h11]) ).

thf(31,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h14,h20,h21,h19,h16,h17,h22,h18,h13,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h21,h11]) ).

thf(32,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h21,h20,h21,h19,h16,h17,h22,h18,h13,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h21,h11]) ).

thf(33,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h21,h19,h16,h17,h22,h18,h13,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h14]),tab_imp(discharge,[h21])],[h20,31,32,h14,h21]) ).

thf(34,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h21,h19,h16,h17,h22,h18,h13,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h15]),tab_imp(discharge,[h20])],[h17,30,33,h15,h20]) ).

thf(35,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h19,h16,h17,h22,h18,h13,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h22]),tab_imp(discharge,[h21])],[h19,29,34,h22,h21]) ).

thf(36,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h16,h17,h22,h18,h13,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h18]),tab_imp(discharge,[h19])],[h16,24,35,h18,h19]) ).

thf(37,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h18,h13,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h17])],[h7,36,h16,h17]) ).

thf(38,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h13,h10,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h22,h18])],[h13,37,h22,h18]) ).

thf(39,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h10,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h12]),tab_imp(discharge,[h13])],[h10,19,38,h12,h13]) ).

thf(40,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h10,h11])],[h6,39,h10,h11]) ).

thf(h23,assumption,
    ~ ( ( sP1
       => sP3 )
     => ~ ( sP3
         => sP1 ) ),
    introduced(assumption,[]) ).

thf(h24,assumption,
    ( sP1
   => sP3 ),
    introduced(assumption,[]) ).

thf(h25,assumption,
    ( sP3
   => sP1 ),
    introduced(assumption,[]) ).

thf(h26,assumption,
    ~ ( sP1
     => ( ~ sP3
       => sP2 ) ),
    introduced(assumption,[]) ).

thf(h27,assumption,
    ~ ( sP3
     => ( ~ sP1
       => sP2 ) ),
    introduced(assumption,[]) ).

thf(h28,assumption,
    ~ ( ~ sP3
     => sP2 ),
    introduced(assumption,[]) ).

thf(41,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h15,h11,h14,h28,h26,h15,h18,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0])],[h14,h18]) ).

thf(42,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h14,h28,h26,h15,h18,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h15,h11])],[h28,41,h15,h11]) ).

thf(43,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h26,h15,h18,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h14,h28])],[h26,42,h14,h28]) ).

thf(h29,assumption,
    ~ ( ~ sP1
     => sP2 ),
    introduced(assumption,[]) ).

thf(44,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h18,h11,h22,h29,h27,h15,h18,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0])],[h22,h15]) ).

thf(45,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h29,h27,h15,h18,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h18,h11])],[h29,44,h18,h11]) ).

thf(46,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h15,h18,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h22,h29])],[h27,45,h22,h29]) ).

thf(47,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h15,h18,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h27])],[h9,43,46,h26,h27]) ).

thf(48,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h15,h11,h14,h28,h26,h14,h18,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0])],[h14,h18]) ).

thf(49,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h14,h28,h26,h14,h18,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h15,h11])],[h28,48,h15,h11]) ).

thf(50,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h26,h14,h18,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h14,h28])],[h26,49,h14,h28]) ).

thf(51,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h18,h11,h22,h29,h27,h14,h18,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0])],[h14,h18]) ).

thf(52,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h29,h27,h14,h18,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h18,h11])],[h29,51,h18,h11]) ).

thf(53,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h14,h18,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h22,h29])],[h27,52,h22,h29]) ).

thf(54,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h14,h18,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h27])],[h9,50,53,h26,h27]) ).

thf(55,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h18,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h15]),tab_imp(discharge,[h14])],[h25,47,54,h15,h14]) ).

thf(56,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h15,h11,h14,h28,h26,h15,h22,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0])],[h22,h15]) ).

thf(57,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h14,h28,h26,h15,h22,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h15,h11])],[h28,56,h15,h11]) ).

thf(58,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h26,h15,h22,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h14,h28])],[h26,57,h14,h28]) ).

thf(59,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h18,h11,h22,h29,h27,h15,h22,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0])],[h22,h15]) ).

thf(60,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h29,h27,h15,h22,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h18,h11])],[h29,59,h18,h11]) ).

thf(61,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h15,h22,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h22,h29])],[h27,60,h22,h29]) ).

thf(62,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h15,h22,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h27])],[h9,58,61,h26,h27]) ).

thf(63,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h15,h11,h14,h28,h26,h14,h22,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0])],[h22,h15]) ).

thf(64,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h14,h28,h26,h14,h22,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h15,h11])],[h28,63,h15,h11]) ).

thf(65,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h26,h14,h22,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h14,h28])],[h26,64,h14,h28]) ).

thf(66,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h18,h11,h22,h29,h27,h14,h22,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0])],[h14,h18]) ).

thf(67,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h29,h27,h14,h22,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h18,h11])],[h29,66,h18,h11]) ).

thf(68,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h14,h22,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h22,h29])],[h27,67,h22,h29]) ).

thf(69,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h14,h22,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h27])],[h9,65,68,h26,h27]) ).

thf(70,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h22,h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h15]),tab_imp(discharge,[h14])],[h25,62,69,h15,h14]) ).

thf(71,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h24,h25,h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h18]),tab_imp(discharge,[h22])],[h24,55,70,h18,h22]) ).

thf(72,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h23,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h24,h25])],[h23,71,h24,h25]) ).

thf(73,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h15,h11,h14,h28,h26,h21,h8,h9,h5,h4,h3,h2,h1,h0])],[h21,h11]) ).

thf(74,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h14,h28,h26,h21,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h15,h11])],[h28,73,h15,h11]) ).

thf(75,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h26,h21,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h14,h28])],[h26,74,h14,h28]) ).

thf(76,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h18,h11,h22,h29,h27,h21,h8,h9,h5,h4,h3,h2,h1,h0])],[h21,h11]) ).

thf(77,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h29,h27,h21,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h18,h11])],[h29,76,h18,h11]) ).

thf(78,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h21,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h22,h29])],[h27,77,h22,h29]) ).

thf(79,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h21,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h27])],[h9,75,78,h26,h27]) ).

thf(80,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h23]),tab_imp(discharge,[h21])],[h8,72,79,h23,h21]) ).

thf(81,plain,
    $false,
    inference(tab_be,[status(thm),assumptions([h5,h4,h3,h2,h1,h0]),tab_be(discharge,[h6,h7]),tab_be(discharge,[h8,h9])],[h5,40,80,h6,h7,h8,h9]) ).

thf(82,plain,
    $false,
    inference(tab_negall,[status(thm),assumptions([h4,h3,h2,h1,h0]),tab_negall(discharge,[h5]),tab_negall(eigenvar,eigen__3)],[h4,81,h5]) ).

thf(83,plain,
    $false,
    inference(tab_fe,[status(thm),assumptions([h3,h2,h1,h0]),tab_fe(discharge,[h4])],[h3,82,h4]) ).

thf(84,plain,
    $false,
    inference(tab_negall,[status(thm),assumptions([h2,h1,h0]),tab_negall(discharge,[h3]),tab_negall(eigenvar,eigen__2)],[h2,83,h3]) ).

thf(85,plain,
    $false,
    inference(tab_negall,[status(thm),assumptions([h1,h0]),tab_negall(discharge,[h2]),tab_negall(eigenvar,eigen__1)],[h1,84,h2]) ).

thf(86,plain,
    $false,
    inference(tab_negall,[status(thm),assumptions([h0]),tab_negall(discharge,[h1]),tab_negall(eigenvar,eigen__0)],[h0,85,h1]) ).

thf(0,theorem,
    ! [X1: a > $o,X2: a > $o,X3: a > $o] :
      ( ( ^ [X4: a] :
            ~ ( ( ( ( X1 @ X4 )
                 => ( X2 @ X4 ) )
               => ~ ( ( X2 @ X4 )
                   => ( X1 @ X4 ) ) )
             => ( X3 @ X4 ) ) )
      = ( ^ [X4: a] :
            ( ( ( X1 @ X4 )
             => ( ~ ( X2 @ X4 )
               => ( X3 @ X4 ) ) )
           => ~ ( ( X2 @ X4 )
               => ( ~ ( X1 @ X4 )
                 => ( X3 @ X4 ) ) ) ) ) ),
    inference(contra,[status(thm),contra(discharge,[h0])],[86,h0]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SET621^5 : TPTP v8.1.0. Released v4.0.0.
% 0.07/0.13  % Command  : satallax -E eprover-ho -P picomus -M modes -p tstp -t %d %s
% 0.12/0.34  % Computer : n003.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Mon Jul 11 06:17:00 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.36  % SZS status Theorem
% 0.12/0.36  % Mode: mode213
% 0.12/0.36  % Inferences: 0
% 0.12/0.36  % SZS output start Proof
% See solution above
%------------------------------------------------------------------------------